/*Created by lk on 2020/06/05.*/

html, body{margin: 0; padding: 0; font-size: 12px; background: #fff; font-family: "Microsoft YaHei", arial}

html{scroll-behavior: smooth;}

ul{list-style: none}

ul, li ,ol{margin: 0; padding: 0}

h1,h2,h3,h4,h5,h6{margin: 0; font-weight: normal}

p{margin: 0;}

a{text-decoration: none; display: block; color: #333; outline: none}

img{border: 0; float: left}

div{box-sizing: border-box}

.clearfix:after{content: ""; display: block; height: 0; clear: both; visibility: hidden; font-size: 0}

ul:after {clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;}

.w1600{width: 83.6%; max-width: 1920px; margin: 0 auto; position: relative;}
.w1440{width: 75.5%; max-width: 1920px; margin: 0 auto; position: relative}
.left{float: left}
.right{float: right}

::-webkit-scrollbar
{
    width: 6px;
    background-color: rgba(255,255,255,.1);
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.4);
}


@font-face {
    font-family: 'novecentowide-book';
    src: url('../font/novecentowide-book-webfont.eot');
    src: url('../font/novecentowide-book-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/novecentowide-book-webfont.woff2') format('woff2'),
    url('../font/novecentowide-book-webfont.woff') format('woff'),
    url('../font/novecentowide-book-webfont.ttf') format('truetype'),
    url('../font/novecentowide-book-webfont.svg#dincond-mediumalternateRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dincond-medium';
    src: url('../font/dincond-medium-webfont.eot');
    src: url('../font/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/dincond-medium-webfont.woff2') format('woff2'),
    url('../font/dincond-medium-webfont.woff') format('woff'),
    url('../font/dincond-medium-webfont.ttf') format('truetype'),
    url('../font/dincond-medium-webfont.svg#dincond-mediumalternateRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../font/Montserrat-Light.eot');
    src: url('../font/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
    url('../font/Montserrat-Light.woff2') format('woff2'),
    url('../font/Montserrat-Light.woff') format('woff'),
    url('../font/Montserrat-Light.ttf') format('truetype'),
    url('../font/Montserrat-Light.svg#dincond-mediumalternateRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DisneyEnglish-Bold';
    src: url('../font/DisneyEnglish-Bold.otf');
    src: url('../font/DisneyEnglish-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

/*----header----*/
.header{width: 100%; height: 80px; position: fixed; top: 0; left: 0; background: rgba(0,0,0,.5); z-index: 99; transition: all .4s; -webkit-transition: all .4s;}
.header .logo{float: left; width: 248px; height: 60px; margin: 10px 0 0 160px; background: url("../image/logo.png") no-repeat; background-size: cover; position: relative; z-index: 9; transition: all .4s; -webkit-transition: all .4s}

.nav{float: right; transition: all .4s; -webkit-transition: all .4s}
.nav .nav_bar{padding-right: 30px;}
.nav .nav_bar li{float: left; margin: 0 30px; position: relative}
.nav .nav_bar li a{font-size: 15px; color: #fff; line-height: 80px; transition: all .4s; -webkit-transition: all .4s; position: relative}

.header .button{position: absolute; top: 0; right: 0; float: left; width: 60px; height: 60px; padding: 10px; margin-top: 10px; border: none; cursor: pointer; background: transparent; transition: all .4s; -webkit-transition: all .4s; z-index: 10; display: none}
.header button{outline: none}
.header .button span{width: 30px; height: 2px; position: absolute; top: 0; left: 15px; display: block; background: #fff; transition: all .5s; -webkit-transition: all .5s}

.header .button span:nth-child(1){top: 20px}
.header .button span:nth-child(2){top: 30px;}
.header .button span:nth-child(3){top: 40px}

#button .span1{top: 30px; transform: rotate(-45deg);}
#button .span2{opacity: 0}
#button .span3{top: 30px; transform: rotate(45deg);}

.header_lan{float: right; margin-right: 160px; padding-top: 30px;}
.header_lan .lan_ico{position: relative; display: inline-block; width: 20px; height: 20px; background: url(../image/icon01.png) no-repeat; vertical-align: bottom; margin-right: 20px;}
.header_lan .lan_ico:before{content: ""; display: block; width: 2px; height: 15px; background: #fff; position: absolute; top: 0; right: 0; margin: 4px -17px 0 0;}
.header_lan .lan_list{display: inline-block;}
.header_lan .lan_list a{display: inline-block; font-size: 15px; color: #fff; line-height: 20px; margin-left: 10px; font-family: 'Montserrat-Light';}

.mini{background: rgba(0,0,0,.9);;}


/*----footer----*/
.footer{position: relative; background: #323232; padding-top: 80px; padding-bottom: 30px; z-index: 9; overflow: hidden}
.footer .footer_con{display: flex;}

.footer .footer_con .footer_left{width: 40%;}
.footer .footer_con .footer_left h5{font-size: 18px; color: #fff; margin-bottom: 10px; font-family: 'Montserrat-Light';}
.footer .footer_con .footer_left .search{width: 60%; background: #fff; border-radius: 30px; margin: 26px 0 50px 0; padding-left: 16px; overflow: hidden;}
.footer .footer_con .footer_left .search input{width: 80%; height: 44px; line-height: 44px; border: none; outline: none; padding: 0; position: relative; top: -2px;}
.footer .footer_con .footer_left .search .ss{width: 50px; height: 30px; padding: 0; position: relative; top: 8px; left: 10px; outline: none; border: none; background: url(../image//icon02.png) no-repeat; cursor: pointer;}
.footer .footer_con .footer_left p{font-size: 14px; color: #808080; margin-bottom: 16px;}

.footer .footer_con .footer_center{width: 35%; margin-top: 80px;  display: flex; justify-content: space-evenly;} 
.footer .footer_con .footer_center .li{width: 33.3333%;}
.footer .footer_con .footer_center .li h1{font-size: 16px; color: #fff; margin-bottom: 14px;}
.footer .footer_con .footer_center .li a{font-size: 14px; color: #909090; margin-bottom: 10px;}

.footer .footer_con .footer_right{width: 25%; margin-top: 80px;}
.footer .footer_con .footer_right .footer_ying .ying{padding: 0 4px 0 0; margin-right: 2px;}
.footer .footer_con .footer_right .footer_ying a{display: inline-block; padding: 0 6px; margin-right: 2px; font-size: 13px; color: #808080;}
.footer .footer_con .footer_right span{display: block;}
.footer .footer_con .footer_right span a{display: inline-block; font-size: 13px; color: #808080; margin-right: 20px; margin-top: 12px;}



.footer .footer_end{border-top: 1px solid#333; margin-top: 40px; padding-top: 20px; text-align: center;}
.footer .footer_end a{display: inline-block; font-size: 13px; color: #808080; vertical-align: top; margin-left: 20px; margin-top: 12px;}
.footer .footer_end .design{width: 64px; height: 16px; color: transparent; background: url("../image/power.png") no-repeat; background-size: cover}


/*----right_list----*/
.right_list{width: 42px; position: fixed; right: 10px; bottom: 0; margin-bottom: 40px; z-index: 99}
.right_list .li{position: relative; width: 42px; height: 42px; margin-bottom: 5px; text-align: center; line-height: 54px; background: rgba(255,255,255,.6); box-shadow: 0 0 10px 3px rgba(0,0,0,.2); border-radius: 4px; cursor: pointer; transition: all ease .3s; -webkit-transition: all ease .3s}
.right_list .li i{font-size: 28px; color: #26324a; transition: all ease .3s; -webkit-transition: all ease .3s}
.right_list .li.top{visibility: hidden;}

.right_list .li .img{width: 120px; height: 150px; position: absolute; top: 0; left: 0; margin: 0 0 0 -130px; background: #fcfcfc; box-shadow: 0 0 10px 3px rgba(0,0,0,.2); visibility: hidden; opacity: 0; transition: all ease .3s .1s; -webkit-transition: all ease .3s .1s}
.right_list .li .img img{width: 100%; display: block; float: none; margin: 5px auto 0 auto;}
.right_list .li .img p{line-height: 20px; font-size: 13px; color: #333}

.right_list .li .tel{width: 180px; height: 40px; position: absolute; top: 0; left: 0; margin: 1px 0 0 -140px; background: #fff; box-shadow: 0 0 10px 3px rgba(0,0,0,.2); border-radius: 4px; visibility: hidden; opacity: 0; transition: all ease .3s; -webkit-transition: all ease .3s}
.right_list .li .tel a{font-size: 18px; color: #26324a; line-height: 42px; font-family: 'Montserrat-Light'}

.right_list .li:hover{background: #26324a}
.right_list .li:hover i{color: #fff;}
.right_list .li:hover .img{visibility: visible; opacity: 1; margin: -46px 0 0 -130px}
.right_list .li:hover .tel{margin: 1px 0 0 -188px; visibility: visible; opacity: 1}
